x86/pvh: clarify Dom0 PVH build error message
authorRoger Pau Monné <roger.pau@citrix.com>
Tue, 10 Jul 2018 10:23:19 +0000 (12:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 10 Jul 2018 10:23:19 +0000 (12:23 +0200)
Avoid having error messages with the same text. No functional change.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/dom0_build.c

index e2b5d48e030c5410a36c2568bbd2a22b186096f8..9a833fa4b9a102813caadbcbf058238a7f5a1677 100644 (file)
@@ -1058,7 +1058,7 @@ static int __init pvh_setup_acpi(struct domain *d, paddr_t start_info)
                                 d->vcpu[0]);
     if ( rc )
     {
-        printk("Unable to copy RSDP into guest memory\n");
+        printk("Unable to copy RSDP address to start info\n");
         return rc;
     }